home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 285_03 / readme < prev    next >
Encoding:
Text File  |  1990-07-08  |  512 b   |  14 lines

  1. This directory contains the Bison parser generator.
  2.  
  3. When installing Bison on Sequent (or Pyramid?) systems, you must
  4. be in the Berkeley universe.
  5.  
  6. On systems that do not have a working `alloca' function, you will
  7. have to get a working `alloca' (perhaps from GNU Emacs) and edit the
  8. Makefile so that it will be used.
  9.  
  10. On system V, you will need to alter symtab.c to include string.h,
  11. and probably add a definition of bcopy in conflicts.c:
  12.  
  13.             #define bcopy(src,dst,n) memcpy(dst,src,n)
  14.